github.com/klauspost/compress/flate.huffmanBitWriter.offsetFreq (field)
16 uses
github.com/klauspost/compress/flate (current package)
huffman_bit_writer.go#L120: offsetFreq [32]uint16
huffman_bit_writer.go#L373: offEnc.bitLength(w.offsetFreq[:])
huffman_bit_writer.go#L382: offEnc.bitLength(w.offsetFreq[:]) +
huffman_bit_writer.go#L394: for i, n := range w.offsetFreq[:offsetCodeCount] {
huffman_bit_writer.go#L404: fixedOffsetEncoding.bitLength(w.offsetFreq[:]) +
huffman_bit_writer.go#L773: for i, v := range w.offsetFreq[:offsetCodeCount] {
huffman_bit_writer.go#L775: w.offsetFreq[i] = 1
huffman_bit_writer.go#L789: w.offsetFreq = t.offHist
huffman_bit_writer.go#L804: numOffsets = len(w.offsetFreq)
huffman_bit_writer.go#L805: for numOffsets > 0 && w.offsetFreq[numOffsets-1] == 0 {
huffman_bit_writer.go#L811: w.offsetFreq[0] = 1
huffman_bit_writer.go#L819: w.offsetEncoding.generate(w.offsetFreq[:offsetCodeCount], 15)
huffman_bit_writer.go#L979: w.offsetFreq[0] = 1
huffman_bit_writer.go#L981: huffOffset.generate(w.offsetFreq[:offsetCodeCount], 15)
huffman_bit_writer.go#L997: for i := range w.offsetFreq[:] {
huffman_bit_writer.go#L998: w.offsetFreq[i] = 0
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |